From: Samuel Thibault Date: Sun, 21 Aug 2022 19:02:01 +0000 (+0200) Subject: Avoid trying to install Wayland documentation on non-Linux X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~63 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d72f80939e3fdf070b8adf5724387222c71a5bc9;p=gtk4.git Avoid trying to install Wayland documentation on non-Linux Closes: #1017866 --- diff --git a/debian/libgtk-4-doc.install b/debian/libgtk-4-doc.install old mode 100644 new mode 100755 index a138dd6236..81ce118f6e --- a/debian/libgtk-4-doc.install +++ b/debian/libgtk-4-doc.install @@ -1,5 +1,6 @@ +#! /usr/bin/dh-exec usr/share/doc/gdk4 usr/share/doc/${env:DOC_PKG} -usr/share/doc/gdk4-wayland usr/share/doc/${env:DOC_PKG} +[linux-any] usr/share/doc/gdk4-wayland usr/share/doc/${env:DOC_PKG} usr/share/doc/gdk4-x11 usr/share/doc/${env:DOC_PKG} usr/share/doc/gsk4 usr/share/doc/${env:DOC_PKG} usr/share/doc/gtk4 usr/share/doc/${env:DOC_PKG}